Graph< captype, tcaptype, flowtype >::graph_save::arc_saved Struct Reference

#include <graph.h>

List of all members.

Public Member Functions

 arc_saved (arc *x)

Public Attributes

arc saved
arcdest


Detailed Description

template<typename captype, typename tcaptype, typename flowtype>
struct Graph< captype, tcaptype, flowtype >::graph_save::arc_saved

Definition at line 357 of file graph.h.


Constructor & Destructor Documentation

template<typename captype, typename tcaptype, typename flowtype>
Graph< captype, tcaptype, flowtype >::graph_save::arc_saved::arc_saved ( arc x  )  [inline]

Definition at line 360 of file graph.h.

00360 :dest(x),saved(*x){};


Member Data Documentation

template<typename captype, typename tcaptype, typename flowtype>
arc* Graph< captype, tcaptype, flowtype >::graph_save::arc_saved::dest

Definition at line 359 of file graph.h.

template<typename captype, typename tcaptype, typename flowtype>
arc Graph< captype, tcaptype, flowtype >::graph_save::arc_saved::saved

Definition at line 358 of file graph.h.


The documentation for this struct was generated from the following file:
Generated on Sun Oct 26 18:22:21 2008 for maxflow-v3.0 by  doxygen 1.4.7